projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d54d537
)
(vip-special-prefix-com): Use ispell-region rather than spell-region.
author
Glenn Morris
<rgm@gnu.org>
Fri, 22 Feb 2008 03:54:52 +0000
(
03:54
+0000)
committer
Glenn Morris
<rgm@gnu.org>
Fri, 22 Feb 2008 03:54:52 +0000
(
03:54
+0000)
lisp/emulation/vip.el
patch
|
blob
|
history
diff --git
a/lisp/emulation/vip.el
b/lisp/emulation/vip.el
index b4f80a9e1ed9e42735d57e531e79883f92da2b43..3fff469958d2548b40446120e4c9991b0d0c3245 100644
(file)
--- a/
lisp/emulation/vip.el
+++ b/
lisp/emulation/vip.el
@@
-836,7
+836,7
@@
is the name of the register for COM."
((= char ?q)
(set-mark vip-com-point)
(vip-quote-region))
- ((= char ?s) (spell-region vip-com-point (point)))))
+ ((= char ?s) (
i
spell-region vip-com-point (point)))))
\f
;; undoing